home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_Artisoft_-_LANtastic_6.0_-_Installation_Disks.zip / Disk1 / @67B0.ADF next >
Text File  |  1994-03-01  |  4KB  |  160 lines

  1. ; ADF file for Artisoft AE-2/MC or NodeRunner 2000M/TC Ethernet adapter 
  2. ; - Fred Kokaska Jr. 8/1/90  
  3. ; Modified for the New AE-2/MC (FJK) - 11/05/90
  4. ;
  5. ; ROM addresses modified for Revision 2 of the hardware (FJK) 11/16/90
  6. ; Modified for the NodeRunner 2000M/TC - 2/22/93
  7.  
  8. AdapterID 067B0h
  9.  
  10. AdapterName  "LANtastic(R) NodeRunner 2000M/TC and AE-2 MC Ethernet"
  11.  
  12. NumBytes 1
  13.  
  14.  
  15. nameditem
  16.         Prompt  "I/O Base, EPROM Address"
  17.  
  18.  
  19.  
  20.      Choice "1000h-1017h, EPROM Disabled"
  21.  
  22.           pos[0]=XXX1001Xb
  23.           io 1000h-1017h
  24.           
  25.      Choice "2020h-2037h, EPROM Disabled"
  26.  
  27.           pos[0]=XXX1010Xb
  28.           io 2020H-2037H
  29.  
  30.      Choice "8020h-8037h, EPROM Disabled"
  31.  
  32.           pos[0]=XXX1011Xb
  33.           io 8020H-8037H 
  34.  
  35.      Choice "0300h-0317h, EPROM Disabled"
  36.  
  37.           pos[0]=XXX1100Xb
  38.           io 0300h-0317h
  39.  
  40.      Choice "0320h-0337h, EPROM Disabled"
  41.  
  42.           pos[0]=XXX1101Xb
  43.           io 0320H-0337h
  44.  
  45.      Choice "0340h-0357h, EPROM Disabled"
  46.  
  47.           pos[0]=XXX1110Xb
  48.           io 0340h-0357h
  49.  
  50.      Choice "0360h-0377h, EPROM Disabled"
  51.  
  52.           pos[0]=XXX1111Xb
  53.           io 0360h-0377h
  54.  
  55.  
  56.      Choice "1000h-1017h, DC000h-DFFFFh"
  57.  
  58.           pos[0]=XXX0001Xb
  59.           io 1000h-1017h
  60.           mem 0DC000H-0DFFFFH
  61.           
  62.      Choice "2020h-2037h, D8000-DBFFFh"
  63.  
  64.           pos[0]=XXX0010Xb
  65.           io 2020H-2037H
  66.           mem 0D8000H-0DBFFFH
  67.  
  68.      Choice "8020h-8037h, C4000h-C7FFFh"
  69.  
  70.           pos[0]=XXX0011Xb
  71.           io 8020H-8037H 
  72.           mem 0C4000H-0C7FFFH
  73.  
  74.      Choice "0300h-0317h, C8000h-CBFFFh"
  75.  
  76.           pos[0]=XXX0100Xb
  77.           io 0300h-317h
  78.           mem 0C8000H-0CBFFFH
  79.  
  80.      Choice "0320h-0337h, CC000h-CFFFFh"
  81.  
  82.           pos[0]=XXX0101Xb
  83.           io 0320H-0337h
  84.           mem 0CC000H-0CFFFFH
  85.  
  86.  
  87.      Choice "0340h-0357h, D0000h-D3FFFh"
  88.  
  89.           pos[0]=XXX0110Xb
  90.           io 0340h-0357h
  91.           mem 0D0000H-0D3FFFH
  92.  
  93.      Choice "0360h-0377h, D4000h-D7FFFh"
  94.  
  95.           pos[0]=XXX0111Xb
  96.           io 0360h-0377h
  97.           mem 0D4000H-0D7FFFH
  98.  
  99.  
  100. Help
  101.  
  102. "The I/O Base selects which block of addresses the NodeRunner 2000M/TC or
  103. AE-2 will occupy in the system I/O space.  The NodeRunner 2000M/TC or 
  104. AE-2 MC requires 24 consecutive I/O ports. 
  105.  
  106. The EPROM address is the location in system memory space where the
  107. onboard boot ROM will reside.  8K is required in Novell compatible
  108. mode (AE-2 MC only), 16K in Artisoft mode (AE-2 MC and NodeRunner 2000M/TC).  
  109. This option should be disabled if diskless booting is not required or 
  110. you have not purchased the boot ROM kit from Artisoft."
  111.  
  112.  
  113. nameditem
  114.         Prompt  "IRQ (Interrupt Request) Level"
  115.  
  116.      Choice "IRQ 3"
  117.  
  118.      pos[0]=X00XXXXXb
  119.      int 3
  120.  
  121.      Choice "IRQ 4"
  122.      pos[0]=X01XXXXXb
  123.      int 4
  124.  
  125.      Choice "IRQ 5"
  126.      pos[0]=X10XXXXXb
  127.      int 5
  128.  
  129.      Choice "IRQ 9"
  130.      pos[0]=X11XXXXXb
  131.      int 9
  132.  
  133.  
  134. Help
  135.  
  136. "The IRQ level determines which interrupt request line the
  137. NodeRunner 2000M/TC or AE-2 MC will use to signal the CPU."
  138.  
  139.  
  140.  
  141. nameditem
  142.         Prompt  "NodeRunner 2000M/TC or AE-2 MC mode"
  143.  
  144.      Choice "Artisoft LANtastic(R) Mode"
  145.      pos[0]=1XXXXXXXb
  146.  
  147.      Choice "NE-2000 Compatible Mode"
  148.      pos[0]=0XXXXXXXb
  149.  
  150.  
  151. Help
  152.  
  153. "The Artisoft mode allows use of 64K onboard RAM along with a 16K boot ROM  
  154. (AE-2 MC only).  The NodeRunner 2000M/TC does not support remote
  155. booting.  Selecting Novell compatible mode will allow Novell NE-2000 
  156. emulation, but limits onboard RAM to 16K, and boot ROM to 8K.  Select 
  157. Artisoft mode if you are running LANtastic or Artisoft drivers, otherwise 
  158. select Novell Compatible mode."
  159.  
  160.